home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / html / src / ecu.src < prev    next >
Text File  |  1998-03-23  |  2KB  |  51 lines

  1. @@@STARTPACK(ecu;Extended Call Utility)
  2. <P>
  3. ECU (Extended Call Utility) is a research and engineering communications
  4. program originally written for users of SCO UNIX V.3.2/386 and XENIX V
  5. on 80286 and 80386 systems.  Support for other systems has been added
  6. and further porting is possible with "minor" effort to other systems
  7. based on or similar to UNIX System V.  This preliminary document
  8. describes ECU functionality and implementation from a technical point of
  9. view and provides at least rudimentary documentation for its features
  10. and commands.
  11. <P>
  12. ECU provides the classic terminal communications facility of passing
  13. keyboard data to a serial line (or a telnet TCP/IP connection if
  14. configured) and incoming data to the computer video display.  In
  15. addition, a dialing directory, a function key mapping feature, and
  16. session logging are available.
  17. <P>
  18. A very flexible procedure (script) language is also incorporated to
  19. automate many communications tasks.  In addition to augmenting
  20. interactive tasks, by using shell scripts and ECU procedures, ECU can
  21. perform batch-style communications sessions in an entirely "unattended"
  22. fashion.  Because of limitations of my nroff program, the procedure
  23. language is described in a separate document.
  24. <P>
  25. ECU presents to the host a flexible "ANSI" terminal type, accepting any
  26. valid video control sequences from MS-DOS or SCO documentation as of
  27. late 1990.  It also fares well, though imperfectly, with Sun and VT-100
  28. in-band video control sequences.  You may disable the ANSI filter if you
  29. wish.  Standards are great: everybody should have one, especially if
  30. <P>
  31. they call it "ANSI." For more information, refer to the section below
  32. titled "ANSI Filter."
  33. <P>
  34. The program supports almost any local terminal (console) which can be
  35. described in a termcap database entry.  A robust terminfo or termcap
  36. description is required for your local console to use ANSI emulation.
  37. For more information, refer to "Supported Terminals."
  38. <P>
  39. ECU supports numerous file transfer protocols: as of this writing,
  40. XMODEM, XMODEM/CRC, XMODEM-1K, YMODEM/CRC Batch, ZMODEM/CRC-16,
  41. ZMODEM/CRC-32, and Kermit are supported.  For more information, refer to
  42. the sections describing the individual interactive and procedure file
  43. transfer commands.
  44. <P>
  45. @@@UW2DIST(http://www.sco.com/skunkware/uw7/emulators/)
  46. @@@OSR5DIST(http://www.sco.com/skunkware/osr5/96/Updates)
  47. @@@SOURCE(ftp://ftp.sco.com/skunkware/src/emulators/)
  48.  
  49. @@@ENDPACK
  50.  
  51.